From: Martin Rudalics Date: Tue, 21 Apr 2009 07:19:01 +0000 (+0000) Subject: Fix bug number in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~774 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c3d8349dfaefe2efda954da463abc4ab477fed78;p=emacs.git Fix bug number in comment. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66374e69b45..a802bdfb297 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2009-04-21 Martin Rudalics * diff-mode.el (diff-find-source-location): Don't call - diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3030) + diff-sanity-check-hunk when NOPROMPT is non-nil. (Bug#3033) 2009-04-21 Kenichi Handa diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 6242cda13c4..624b0ccfb3e 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1576,7 +1576,7 @@ NOPROMPT, if non-nil, means not to prompt the user." ;; (e.g. because an empty line truncates the hunk mid-course), ;; leading to potentially nasty surprises for the user. ;; - ;; Suppress check when NOPROMPT is non-nil (Bug#3030). + ;; Suppress check when NOPROMPT is non-nil (Bug#3033). (_ (unless noprompt (diff-sanity-check-hunk))) (hunk (buffer-substring (point) (save-excursion (diff-end-of-hunk) (point))))